feat: use makefile target for image update#73267
feat: use makefile target for image update#73267openshift-merge-bot[bot] merged 2 commits intoopenshift:masterfrom
Conversation
|
cc @hbhushan3 |
|
/pj-rehearse periodic-ci-Azure-ARO-HCP-main-image-updater-image-updater-tooling |
|
@raelga: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
|
/pj-rehearse periodic-ci-Azure-ARO-HCP-main-periodic-delete-expired-development-resource-groups |
|
@raelga: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
|
@raelga: job(s): periodic-ci-Azure-ARO-HCP-main-periodic-delete-expired-development-resource-groups either don't exist or were not found to be affected, and cannot be rehearsed |
|
/pj-rehearse periodic-ci-Azure-ARO-HCP-main-periodic-delete-expired-development-resource-groups |
|
@raelga: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
|
@raelga: job(s): periodic-ci-Azure-ARO-HCP-main-periodic-delete-expired-development-resource-groups either don't exist or were not found to be affected, and cannot be rehearsed |
|
/pj-rehearse periodic-ci-Azure-ARO-HCP-main-image-updater-image-updater-tooling |
|
@raelga: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
|
/pj-rehearse periodic-ci-Azure-ARO-HCP-main-image-updater-image-updater-tooling |
|
@raelga: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
|
/pj-rehearse periodic-ci-Azure-ARO-HCP-main-image-updater-image-updater-tooling |
|
@raelga: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
Signed-off-by: Rael Garcia <rael@redhat.com>
Signed-off-by: Rael Garcia <rael@redhat.com>
e67af8f to
025e1a8
Compare
|
[REHEARSALNOTIFIER]
Interacting with pj-rehearseComment: Once you are satisfied with the results of the rehearsals, comment: |
|
/pj-rehearse periodic-ci-Azure-ARO-HCP-main-image-updater-image-updater-tooling |
|
@raelga: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
|
/pj-rehearse periodic-ci-Azure-ARO-HCP-main-image-updater-image-updater-tooling |
|
@hbhushan3: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: raelga, roivaz The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
/pj-rehearse ack |
|
@raelga: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
|
@raelga: all tests passed! Full PR test history. Your PR dashboard. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here. |
* feat: use makefile target for image update Signed-off-by: Rael Garcia <rael@redhat.com> * debug: increase verbosity Signed-off-by: Rael Garcia <rael@redhat.com> --------- Signed-off-by: Rael Garcia <rael@redhat.com>
This pull request simplifies the process for running the image updater by removing manual build steps and directory changes, and instead running the updater through a
maketarget. This streamlines the workflow, reduces the chance for errors and allows changes without updating the job.Image updater workflow simplification:
cdintotooling/image-updaterand explicitmake build/binary execution with a singlemake image-updater updatecommand, passing the verbosity via an environment variable.